nhooyr.io/websocket.msgReader.payloadLength (field)
7 uses
nhooyr.io/websocket (current package)
close.go#L188: for i := int64(0); i < c.msgReader.payloadLength; i++ {
read.go#L372: payloadLength int64
read.go#L393: mr.payloadLength = h.payloadLength
read.go#L422: if mr.payloadLength == 0 {
read.go#L444: if int64(len(p)) > mr.payloadLength {
read.go#L445: p = p[:mr.payloadLength]
read.go#L453: mr.payloadLength -= int64(n)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |